home *** CD-ROM | disk | FTP | other *** search
/ L' Hygiene Au Quotidien / L'Hygiene Au Quotidien.iso / mac / Site / enfants / images / source / carte3 / bain.swf / scripts / frame_204 / DoAction.as
Text File  |  2003-07-25  |  380b  |  21 lines

  1. function checkreponse(r)
  2. {
  3.    butoactive = 0;
  4.    index = rep[q];
  5.    target = eval("b" + index);
  6.    target.play();
  7.    if(r == index)
  8.    {
  9.       set("_level0:score",eval("_level0:score") + 30);
  10.       ouinon.gotoAndPlay("bravo");
  11.    }
  12.    else if(r != index and tried == 1)
  13.    {
  14.       ouinon.gotoAndPlay("non");
  15.    }
  16.    q += 1;
  17. }
  18. q = 0;
  19. tried = 0;
  20. butoactive = 1;
  21.